feat(schema): Add fetching default values for FIXED, DECIMAL, TIME, …#17892
Merged
voonhous merged 1 commit intoapache:masterfrom Jan 15, 2026
Merged
feat(schema): Add fetching default values for FIXED, DECIMAL, TIME, …#17892voonhous merged 1 commit intoapache:masterfrom
voonhous merged 1 commit intoapache:masterfrom
Conversation
…TIMESTAMP, DATE, and UUID
0909ff5 to
38b29aa
Compare
Collaborator
the-other-tim-brown
approved these changes
Jan 15, 2026
3 tasks
alexr17
pushed a commit
to alexr17/hudi
that referenced
this pull request
Jan 30, 2026
…TIMESTAMP, DATE, and UUID (apache#17892)
alexr17
pushed a commit
to alexr17/hudi
that referenced
this pull request
Feb 5, 2026
…TIMESTAMP, DATE, and UUID (apache#17892)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…TIMESTAMP, DATE, and UUID
Describe the issue this Pull Request addresses
Follow up for this request: #17659 (comment)
Adding support to get default values in
HoodieSchemaUtils#toJavaDefaultValuefor the following logical types:FIXED,DECIMAL,TIME,TIMESTAMP,DATE, andUUID.Summary and Changelog
Allow
HoodieSchemaUtils#toJavaDefaultValueto fetch default values forFIXED,DECIMAL,TIME,TIMESTAMP,DATE, andUUID.Impact
Allow
HoodieSchemaUtils#toJavaDefaultValueto fetch default values forFIXED,DECIMAL,TIME,TIMESTAMP,DATE, andUUID.Risk Level
None.
Documentation Update
None.
Contributor's checklist